@charset "gb2312";
/* CSS Document */
@charset "utf-8";
body{ margin:0px; font-size:12px; color:#3d2f1b;font-family:"Î¢ÈíÑÅºÚ";}
*{padding:0px;margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:12px;list-style:none;}
input,select {font:100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", SimSun, "ËÎÌå", STXihei, "»ªÎÄÏ¸ºÚ", Heiti, "ºÚÌå", sans-serif;}
button {overflow:visible}
img{border:none;}
a{color:#333;text-decoration:none; outline:none; border:0}
a:hover{color:#dd2026;text-decoration:none;}

input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle;}
.clear{overflow:hidden;clear:both; height:0px;}
li{	list-style:none;}
.lf{ float:left;}
.rt{ float:right;}


.top1{ width:96%; max-width:1260px;margin:0 auto;   }


.header .logo{width:194px; float:left; margin:15px 0; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{margin:15px 0;}
.header .logo img{width:100%; height:auto; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.heade.on .logo img{opacity:0;}
.header .logo img.d_w{position:absolute; top:0; left:0; opacity:0;}
.header.on .logo img.d_w{opacity:1;}
.header{ position:fixed; top:0; width:100%; left:0; z-index:99;transition:all 0.6s; border-bottom:rgba(255,255,255,.2) 1px solid;}
.header.on{ background:#fff;box-shadow: 0px 0px 10px rgba(195,195,195,0.55);transition:all 0.6s;text-align:center;}
.header .y_y{float:right; height:26px; margin-top:25px; margin-left:25px; border:1px solid #dd2026; border-radius:5px; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .y_y{margin-top:25px;}
.header .y_y:hover{border:1px solid #dd2026;}
.header .y_y a{display:inline-block; width:30px; height:26px; font-size:14px; line-height:26px; color:#dd2026; text-align:center; vertical-align:top;}
.header .y_y:hover a{color:#dd2026;}
.header .y_y a.on{color:#fff; background-color:#dd2026;}
.header.on .y_y a{display:inline-block; width:30px; height:26px; font-size:14px; line-height:26px; color:#333; text-align:center; vertical-align:top;}
.header.on .y_y a.on{color:#fff; background-color:#dd2026;}



.slang{ display: flex; align-items: center; position:relative; float:right ; margin-top:25px; margin-left:20px}

.en{ font-size:18px; color:#dd2026; margin-left:30px}
.en a{color:#dd2026;}
.en a:hover{ text-decoration:underline}

#toggle-search {
width:30px; height:30px; background:#dd2026; color:#fff; border-radius:50px; cursor:pointer;
}
#toggle-search i{width:30px; text-align:center;line-height:30px; font-size:14px}

#toggle-search.open:after {
  top: 35px; opacity:1
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  right: 8px;
  content: "";
  border-color: transparent transparent #dd2026;
  border-style: solid;
  border-width: 8px 8px 12px;
  opacity:0
}


#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 50px;
  right:-12px;
  width: 400px;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}
#search-form.open {
  max-height: 50px;
}
#search-form fieldset {
  position: relative;
  margin: 0 50px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height:50px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #dd2026;
  border: none;
  cursor: pointer;
}

.header .an{ position:absolute; right:3%; top:15px;height:18px; width:30px; display:none; float:right}
.header .an span{width:30px; height:2px; background-color:#dd2026; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav { float:right}


.header .nav ul>li{height:80px; width:auto; padding:0 0px;font-size:16px; line-height:80px; float:left; text-align:center;position:relative; text-transform:uppercase; color:#fff }


.header .nav i{font-size:14px; line-height:80px; text-align:right; position:absolute;height:80px; right:10px; top:0px;  }

.header .nav ul li a.o_lm{line-height:80px; color:#fff; padding:0 25px;   display:block; }
.header.on .nav ul li a.o_lm{line-height:80px; color:#333; padding:0 20px;   display:block; }

.header .nav ul li:hover a.o_lm{ background:#dd2026; color:#fff}
.header .nav ul li  i{ color:#333}




.header .nav .e_j{position:absolute; width:auto; min-width:100%;  background:#fff;box-shadow: 0px 10px 10px rgba(0,0,0,0.25); top:80px;  padding:10px 0; display:none; left:0; z-index:9999999999999; height:auto; 
 -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;}




.header .nav ul li:hover .e_j{display:block;}
.header .nav .e_j ul li{ display:block; width:100%; line-height:35px; font-weight:normal; height:auto; text-transform:none;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; }
.header .nav .e_j  ul li a{display:block; font-size:14px; line-height:35px; color:#333; padding: 0 20px}
.header .nav .e_j  ul li a:hover { color:#dd2026; }


.jiange{ height:50px; overflow:hidden; display:none;}





@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}







@media only screen and (max-width:1200px){

.header .nav ul>li{ font-size:14px }
.header .nav ul li a.o_lm{ padding:0 20px}

}




@media only screen and (max-width:992px){

.jiange{ display:block}
.header{padding:0px 5px; height:50px; position:fixed; top:0; width:100%; box-sizing:border-box;  z-index:9999}
.header .logo{ width:120px; margin:10px 0 0 0}
.header.on .logo {
 margin:10px 0 0 0
}

.header .y_y{float:right; height:26px; margin-top:12px; margin-left:0; margin-right:90px; border:1px solid #dd2026; border-radius:5px; overflow:hidden;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .y_y{margin-top:12px;}

.header .an{display:block;}
.header .nav{width:100%; height:0; padding:0; position:fixed; background-color:#fff; top:0; right:0; margin:0; margin-top:50px; overflow:auto;z-index:999999;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.header .nav.on{height:100%; padding:2% 0%;}
.header .nav ul li a.o_lm{ padding:0 0;  display:block;}
.header .nav i{display:block; color:#666;  top:0; right:20px; line-height:50px; height:50px}
.header .nav ul li{width:100%; height:auto; text-align:left; font-size:16px; display:block; margin:0; padding:0 20px; box-sizing:border-box;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li:hover  i{ color:#666}
.header .nav ul li i{color:#666}

.header .nav ul li a.o_lm:after{ content:none; }
.header .nav ul li:hover a.o_lm:after{content:none;  }
.header.on .nav ul li a.o_lm{line-height:50px; color:#333; padding:0 20px;   display:block; }



.header .nav ul li a.o_lm{line-height:50px; color:#333;}
.header .nav ul li:hover a.o_lm{color:#333; background:none;}
.header .nav .y_j{border-bottom:1px solid #f1f1f1;}
.header .nav .e_j{padding:10px 0px; border-bottom:0px solid #666;box-shadow:none; overflow:hidden; border-top:0; background:none; position:inherit; top:auto; left:auto; width:100%; height: auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}

.header .nav .e_j ul li a{ color:#666; padding:0}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}

.top1{ display:block; padding:0}
.daohang{ width:auto}

.header .an span{width:30px; height:2px; background-color:#fff; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .an span{ background-color:#dd2026;}


.slang{ position:fixed; right:60px; margin-top: 13px;}

.en{ font-size:14px; margin-left:15px}


#toggle-search {width:25px; height:25px;background: #fff;}
#toggle-search i{width:25px; text-align:center;line-height:25px; font-size:12px; color:#dd2026}

.header.on  #toggle-search {width:25px; height:25px;background: #dd2026;}
.header.on  #toggle-search i{width:25px; text-align:center;line-height:25px; font-size:12px; color:#fff}


#search-form {

  position:fixed;
  top: 50px;
  right: 0;
  width: 100%;
 
}

}







.banner { width: 100%;height:100vh;overflow:hidden;position:relative;box-sizing:border-box}
.banner  .swiper-slide {width:100%;}
.banner  .swiper-slide  img{ width:100%; height:auto }
.banner   .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1}
.banner  .swiper-pagination-bullet-active{ background:#dd2026}
.banner .swiper-button-next{width:50px; height:80px;background:none; background-color:rgba(0,0,0,0.3); right:15px; text-align:center}
.banner .swiper-button-next:after{ font-family: 'FontAwesome';content: "\f105"; color:#fff; position:relative; z-index:2;  line-height:80px; text-align:center; font-size:30px}
.banner .swiper-button-prev{width:50px; height:80px; background:none; background-color:rgba(0,0,0,0.3); left:15px; text-align:center}
.banner .swiper-button-prev:after{ font-family: 'FontAwesome';content: "\f104"; color:#fff; position:relative; z-index:2;  line-height:80px; text-align:center; font-size:30px}

.banner .swiper-button-next:hover{ background-color:rgba(0,0,0,0.6);}
.banner .swiper-button-prev:hover{ background-color:rgba(0,0,0,0.6);}

.banner .container{position:absolute; top:55%; left:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.banner .w_z{width:100%; color:#fff; position:relative;text-shadow: 1px 1px 1px #000; text-align:center; font-weight:bold}
.banner .w_z h2{font-size:55px; font-weight:600; line-height:66px; margin-bottom:25px;}
.banner .w_z p{font-size:36px; font-weight:200; letter-spacing:2px; line-height:46px; margin-bottom:30px; text-transform:uppercase}
.banner .w_z .n_r a{width:140px; height:44px; background-color:#fff; border:2px solid #fff; font-size:15px; text-align:center; color:#000; line-height:40px; display:block;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.banner .w_z .n_r a:hover{background-color:rgba(255,255,255,.3); color:#fff;}

@media only screen and (max-width:992px){

.banner{ height:40vh;}
.banner .swiper-button-next{width:30px; height:30px;background:none; background-color:rgba(0,0,0,0.3); right:15px; text-align:center}
.banner .swiper-button-next:after{ font-family: 'FontAwesome';content: "\f105"; color:#fff; position:relative; z-index:2;  line-height:30px; text-align:center; font-size:14px}
.banner .swiper-button-prev{width:30px; height:30px; background:none; background-color:rgba(0,0,0,0.3); left:15px; text-align:center}
.banner .swiper-button-prev:after{ font-family: 'FontAwesome';content: "\f104"; color:#fff; position:relative; z-index:2;  line-height:30px; text-align:center; font-size:14px}

.banner .w_z h2{font-size:20px; font-weight:600; line-height:46px; margin-bottom:0;}
.banner .w_z p{font-size:18px; font-weight:400; letter-spacing:2px; line-height:36px; margin-bottom:0px; text-transform:uppercase}

}


@media only screen and (max-width:600px){
	

	.banner .swiper-button-next{ display:none}
	.banner .swiper-button-prev{ display:none}
	.banner .swiper-button-next:after{ content:none;}
	.banner .swiper-button-prev:after{ content:none;}
	
}


.bt1{ text-align:center; margin:60px 0 40px; overflow:hidden}
.bt1 h3{ display:block; font-size:30px; color:#000; font-weight:bold}
.bt1 em{ display:block; width:17px; height:5px; background:#dd2026; margin:10px auto}
.bt1 span{ text-transform:uppercase; font-size:16px; color:#888}



.kclb{ width:100%; margin:0 auto; background:url(../images/bg1.jpg) center no-repeat; background-size:cover}
.kclb .swiper-slide{ width:100%; height:auto; background-color:rgba(72,125,191,0.2); padding:100px 5%; border-right:#fff 1px solid; box-sizing:border-box}
.kclb .swiper-slide:hover{ background-color:rgba(72,125,191,0.7); transition:all 0.6s}
.kclb .swiper-slide .cpt{ width:130px; margin:0 auto 20px}
.kclb .swiper-slide .cpt img{ width:100%}
.kclb .swiper-slide h3{ display:block; font-size:25px; color:#fff;  text-align:center}
.kclb .swiper-slide em{ display:block; width:25px; height:2px; background:#fff; margin:30px auto;}
.kclb .swiper-slide p{ display:block; font-size:16px; color:#fff; line-height:40px; margin:30px 0; min-height:150px; overflow:hidden }
.kclb .swiper-slide span a{ display:block; width:100%; color:#fff; border:#fff 1px solid; line-height:50px; text-align:center; font-size:14px; transition:all 0.6s}
.kclb .swiper-slide span a:hover{ background:#fff; color:#dd2026}

.kclb .swiper-button-next{ right:0; background:url(../images/you.png) center no-repeat; background-size:20px auto; width:40px; height:40px; opacity:0}
.kclb .swiper-button-prev{ left:0; background:url(../images/zuo.png) center no-repeat; background-size:20px auto; width:40px; height:40px; opacity:0}

.kclb:hover .swiper-button-next{ opacity:1}
.kclb:hover .swiper-button-prev{ opacity:1}



.more a{ display:block; width:160px; max-width:300px; background: #dd2026; color:#fff; box-sizing:border-box; line-height:40px;  text-align:center; font-size:14px;border-radius: 5px; transition:all 0.6s}
.more a:hover{ background:#175db0;color:#fff; transition:all 0.6s}




@media only screen and (max-width:1400px){

.bt1{ margin:40px 0; }
.bt1 h3{  font-size:30px; }
.bt1 em{ display:block; width:17px; height:6px;}
.bt1 span{  font-size:14px; }

.kclb .swiper-slide{  padding:60px 5%; }

.kclb .swiper-slide h3{ font-size:30px; }
.kclb .swiper-slide p{  font-size:14px; line-height:30px; margin:50px 0; height:180px; }
.kclb .swiper-slide span a{ line-height:40px; }

.more a{  line-height:40px; }
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:70px; position:fixed; right:0px; bottom:30%; z-index:99999;  box-shadow:0 0 2px #ccc;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:70px; position:relative; border-bottom: 1px solid #ddd;}
.pc_kf .tel{width:220px; padding:10px 0; background:#fff; font-size:16px; line-height:26px; color:#dd2026; position:absolute; top:0; right:-160px; opacity:0; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
.pc_kf .nr:hover .tel{right:86px; opacity:1;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px 10px 0; background:#fff; position:absolute; bottom:0; right:-200px; opacity:0; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px; border-radius: 5px; overflow: hidden;}
.pc_kf .ewm p{font-size:14px; color:#333; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:86px; opacity:1;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:70px; height:70px; line-height:30px; box-shadow:0 0 5px #ccc;  background-color:#fff;  overflow:hidden;}
.pc_kf .nr i{color:#666; display:block;  font-size: 18px; padding-top:15px }
.pc_kf .nr p{  font-size:14px}
.pc_kf i.icon-qq1{ font-size:20px}
.pc_kf .fh{width:70px; height:70px;  background: #dd2026; text-align:center;  color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:24px; padding-top:15px; padding-bottom:5px}
.pc_kf .fh a{color:#fff;}
@media only screen and (max-width:992px) {
.pc_kf{right:0px; bottom:10px;}
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background: #dd2026; position:fixed; right:0; bottom:0;}
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none;border-bottom:0; box-shadow:none; margin-bottom:0; float:left;}

.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#dd2026; box-shadow:none;  height:50px; line-height:18px; }
.pc_kf .nr i{color:#fff; height:25px; font-size:16px; padding-top:5px;}


.pc_kf .fh i{ font-size:16px; display:block; height:20px; padding-top:5px;}
.pc_kf .nr p{ color:#fff; font-size:12px}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:24%; box-shadow:none; background: none; font-size:16px; float:left;  height:50px; line-height:18px;}
.pc_kf .fh p{ font-size:12px}
.pc_kf i.icon-qq1{ font-size:16px}
}



@media only screen and (max-width:1200px){
.bt1{ margin:30px 0; }
.bt1 h3{  font-size:25px; }
.bt1 em{ display:block; width:17px; height:6px;}
.bt1 span{  font-size:14px; }

.kclb .swiper-slide{  padding:60px 5%; }
.kclb .swiper-slide h3{ font-size:25px; }
.kclb .swiper-slide p{  font-size:14px; line-height:30px; margin:50px 0; height:140px; }
.kclb .swiper-slide span a{ line-height:40px; }

.more a{  line-height:40px; }

	
	
}


@media only screen and (max-width:992px){
	
.bt1{ margin:20px 0; }
.bt1 h3{  font-size:20px; }
.bt1 em{ display:block; width:15px; height:4px; margin:5px autos}
.bt1 span{  font-size:14px; }
	

.kclb .swiper-slide{  padding:30px 2%; }
.kclb .swiper-slide h3{ font-size:16px; }
.kclb .swiper-slide em{ margin:15px auto}
.kclb .swiper-slide p{  font-size:12px; line-height:23px; margin:20px 0; height:120px; }
.kclb .swiper-slide span a{ line-height:30px; font-size:12px }
.more a{  line-height:30px; font-size:12px}
}






.guanyu{ background: url(../images/bg1.jpg) center no-repeat;  overflow:hidden; padding:100px 0;}
.guanyu .contain{  display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse;width: 96%;
margin: 0 auto;
max-width: 1260px;
height: auto;
overflow: hidden;}




.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:50%; margin-right:5%}
.sy_gyzi h1{ display:block; color:#dd2026; font-size:45px}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block; margin:30px auto; font-size:15px; line-height:40px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden}
.sy_gyzi span a{ display:block; border:#dd2026 1px solid; width:160px; color:#dd2026; line-height:36px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#dd2026;color:#fff; transition:all 0.6s}




@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#dd2026; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:16px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:14px; line-height:26px;  }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}




}


@media only screen and (max-width:992px){

.guanyu .contain{ display:block}
.guanyu{ padding:20px 0;}

.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}

}





.sy4{ padding:0 0 70px}

.sy_xw{ width:96%; margin:0 auto; max-width:1260px;  height:auto; overflow:hidden; }
.sy_xw .xw_tj .row{margin:0 -30px;}
.sy_xw .xw_tj .tj_xw{width:33.33%; padding:0 30px; position:relative; float:left;box-sizing:border-box }
.sy_xw .xw_tj .tj_xw:after{width:1px; height:100%; position:absolute; right:0; top:0; background-color:#eee; content:"";}
.sy_xw .xw_tj .tj_xw:last-child:after{display:none;}
.sy_xw .xw_tj .tj_xw:last-child{margin-right:0; }
.sy_xw .xw_tj .b_q{ position:relative; font-size:14px; border:#dd2026 1px solid;border-radius:4px; width:120px; margin-top:20px; line-height:30px; text-align:center}
.sy_xw .xw_tj .b_q a{color:#dd2026;}
.sy_xw .xw_tj .b_t{font-size:16px; font-weight:bold; line-height:26px; margin:10px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_tj .w_z{line-height:24px; color:#666; height: auto; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3; font-size:14px}
.sy_xw .xw_tj .t_p{overflow:hidden;margin-bottom:20px;}
.sy_xw .xw_tj .t_p img{width:100%; height:100%; display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.sy_xw .xw_tj .tj_xw:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
@media only screen and (max-width:640px){
.sy4{ padding:0 0 }
.sy_xw{padding:10px 0 0;}
.sy_xw .xw_tj .row{margin:0;}
.sy_xw .xw_tj .tj_xw{width:100%; padding:0; padding-left:38%; margin-bottom:20px; border-bottom:#ccc 1px dashed; }
.sy_xw .xw_tj .tj_xw:after{display:none;}
.sy_xw .xw_tj .b_t{font-size:14px; line-height:26px; margin:8px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_tj .w_z{line-height:26px; color:#555; height: auto; margin-bottom:10px;}
.sy_xw .xw_tj .t_p{width:35%; height:100%; position:absolute; top:0; left:0; }
.sy_xw .xw_tj .b_q{ color:#555; margin-bottom:20px}
}




.footer{background:#2b2b2b url(../images/footer-bj.png) no-repeat bottom right;}

.foot1{ width:96%; margin:0 auto; max-width:1260px; padding:35px 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }
.foot2{ padding:20px 0;  text-align:center; font-size:14px; color:#fff; border-top:rgba(255,255,255,.2) 1px solid}

@media only screen and (max-width:1440px){
.foot1{ width:90%; margin:0 auto; max-width: inherit; padding:35px 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }
	
}
@media only screen and (max-width:992px){
.footer{background: url(../images/foot-bg.jpg) no-repeat top right; margin-bottom:50px}
.foot1{ width:94%; margin:0 auto; max-width: inherit; padding:15px 0 0;color:#fff;  overflow:hidden; display: flex;   justify-content: space-between; }
.foot2{ padding:10px 0;  text-align:center; font-size:13px; color:#fff; border-top:rgba(255,255,255,.2) 1px solid; line-height:26px}
	
}

.dlx{  font-size:14px; color:#999; line-height:25px; width:380px;color:#fff; }
.dlx p{ display:block; margin-bottom:10px; overflow:hidden}
.dlx i{ width:20px; display:block; float:left; color:#fff; font-size:16px; line-height:25px; margin-right:5px}

.dbt{ font-size:18px; color:#fff; font-weight:bold; margin-bottom:15px; text-align:left}

.dwx{ width:140px;  }
.dwx img{ width:100%; height:auto}
.dwx p{ display:block;font-size:14px; color:#222; text-align:center; }



.dlink {
	
	width: auto;
	
    width:40%;
	box-sizing:border-box;

	font-size:0;
	

}
.dlink ul{	}

.dlink ul li {	text-align:left; border-right:rgba(255,255,255,.1) 1px solid; padding-left:50px; min-height:190px; float:left; width:50%;box-sizing:border-box}
.dlink ul li h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: none;
	padding-left: 0;
	cursor: default;
	color: #fff;

}
.dlink p {
	padding: 0;
	font-size: 14px;
	line-height: 32px;
	display:block;
}
.dlink p a {
	display: block;
	color: #fff;
}
.dlink p a:hover {
	color: #fff;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}

@media only screen and (max-width:992px){
.dlink { display:none}	
.dbt{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:15px; text-align:left}
.dlx p{ display:block; margin-bottom:5px; overflow:hidden; font-size:13px}
.dlx i{ width:17px; display:block; float:left; color:#fff; font-size:14px; line-height:25px; margin-right:5px}

}



.nbanner{ width:100%; height:auto; position:relative; font-size:0;  overflow:hidden; }
.nbanner img{ width:100%; height:auto;}

.nbanner .nnbt{ position:absolute; top:50%; font-size:35px; font-weight:bold; width:100%; left:0; text-align:center; z-index:2; color:#fff}

.nhui{ background:#f7f7f7}
.ndh{ width:96%; margin:0px auto;  max-width:1260px; }
.ndh ul{display: flex;align-items: center; justify-content: space-between; }
.ndh ul li{ width:50%; border-right:#ddd 1px solid;}
.ndh ul li:last-child { border:0}
.ndh ul li a{ display:block; line-height:60px; text-align:center; font-size:16px; color:#444; position:relative;transition:all 0.6s}
.ndh ul li a:hover{ background:#dd2026; color:#fff; transition:all 0.6s}
.ndh ul li a.on{background:#dd2026; color:#fff;}



.nbt{ width:96%; margin:0 auto; max-width:1320px; position:relative; text-align:center; margin-bottom:40px; font-size:25px; color:#000}
.nbt em{ font-style:normal; color:#dd2026}
.nbt .nmore{ position:absolute; right:0; top:10px; font-size:14px;}
.nbt .nmore a{ color:#666}
.nbt .nmore a:hover{ text-decoration:underline}


.ncplb{ width:100%  }
.ncplb ul{ position:relative; margin:0 -20px; display: flex;   flex-wrap:wrap;  }
.ncplb ul li{ float:left; width:33.33%; padding:0 20px; margin-bottom:20px; box-sizing:border-box}
.ncplb ul li  i{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden; border:#ddd 1px solid; box-sizing:border-box}
.ncplb ul li  i img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:80%; width:auto; transition:all 0.6s}
.ncplb ul li:hover i img{transform:translate(-50%,-50%) scale(1.1,1.1);transition:all 0.6s}
.ncplb ul li:hover i{ box-shadow: 0px 0px 15px rgba(195,195,195,0.75);}
.ncplb ul li p{ display:block; font-size:15px; line-height:23px; text-align:center; margin-top:10px}

  
@media only screen and (max-width:1400px){
.ncplb{  width:100%  }
.ncplb ul{  margin:0 -10px;  }
.ncplb ul li{ padding:0 10px; margin-bottom:20px}
	
}


@media only screen and (max-width:992px){
.ncplb{ float:none; width:100%  }	
.ncplb ul{  margin:0 -5px;  }

.ncplb ul li{ padding:0 5px; width:50%; margin-bottom:20px}	
.ncplb ul li p{  font-size:12px; line-height:23px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
	
}


.ab1{ width:96%; margin:0 auto; max-width:1320px; font-size:16px; line-height:36px; text-align:center; color:#666; margin-bottom:50px;}
.ab1 img{ max-width:100%; height:auto}


.ab2{ background:url(../images/bg2.jpg) center no-repeat; background-size:cover; padding:80px 0;}

.ab2 .nbt{  color:#fff}
.ab2 .nbt em{  color:#fff}




.rongyu{ width:96%; margin:0 auto; max-width:1320px; padding-bottom:50px}
.rongyu .swiper-slide{ width:100%;}
.rongyu .swiper-slide i{ display:block; width:100%; height:auto}
.rongyu .swiper-slide i img{ width:100%; height:auto}



.ab3{ width:96%; margin:50px auto; max-width:1320px;}
.licheng{ width:100%;padding-bottom:50px}
.licheng .swiper-slide{ width:100%; background:#f8f8f8; border-left:#49a0d5 8px solid; padding:35px; box-sizing:border-box}

.licheng .swiper-slide h3{ display:block; color:#49a0d5; font-size:30px; margin-bottom:10px}
.licheng .swiper-slide p{ display:block; font-size:16px; line-height:35px; color:#666}



@media only screen and (max-width:1200px){
.nbanner .nnbt{  font-size:30px;}
.ndh{  margin:0 auto; font-size:0}
.ndh ul li{ display:inline-block; margin:0 5px}
.ndh ul li a{  font-size:14px;  padding:10px  30px; }
.ab1{  font-size:14px; line-height:30px; margin-bottom:40px;}
}


@media only screen and (max-width:992px){
.nbanner .nnbt{  font-size:20px; bottom:20px}
.ndh{  margin:0 auto; font-size:0; height:auto; overflow:hidden}
.ndh ul{display: block  ;align-items: center; justify-content: space-between; }
.ndh ul li{ float:left; width:49%; margin:0;box-sizing:border-box; border-bottom:#ddd 1px solid }
.ndh ul li a{  font-size:14px;  padding:10px  10px; line-height:24px;  }
.ndh ul li:last-child { border-right:#ddd 1px solid;border-bottom:#ddd 1px solid }
.nbt{ margin-bottom:20px; font-size:20px; color:#000}

.ab1{  font-size:12px; line-height:23px; margin-bottom:20px;}
.ab2{ padding:20px 0;}
.ab3{  margin:20px auto;}
.licheng .swiper-slide{ padding:15px}
.licheng .swiper-slide h3{  font-size:20px; margin-bottom:10px}
.licheng .swiper-slide p{  font-size:12px; line-height:23px; color:#666}

.nbt .nmore{ font-size:12px;}
}




@media only screen and (max-width:600px){
	
.nbanner{ width:100%; height:180px;}
.nbanner img{ position:absolute; height:100%; width:auto; top:0; left:50%; transform:translateX(-50%)}


}


.xw1{ background:url(../images/bg3.jpg) center no-repeat; background-size:cover; padding:50px 0}

.xwlb{ width:96%; margin:0 auto; max-width:1320px;}
.xwlb ul { position:relative; margin:0 -20px}
.xwlb ul li{ float:left; width:33.333%; padding:0 20px; box-sizing:border-box; margin-bottom:40px;transition:all 0.6s}

.xwlb ul li .tou{ background:#fff;box-shadow: 0px 0px 20px rgba(195,195,195,0.75);}

.xwlb ul li .tou i{ display:block; width:100%; padding-bottom:67%; overflow:hidden; position:relative}
.xwlb ul li .tou  i img{ position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.6s}
.xwlb ul li .tou i a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.xwlb ul li .xwzi{ padding:20px; box-sizing:border-box }
.xwlb ul li .xwzi span{ font-size:12px; color:#878787}
.xwlb ul li .xwzi h3{ display:block; margin:15px 0; height:60px; overflow:hidden; font-size:18px; color:#333333; line-height:30px;}
.xwlb ul li .xwzi p{ display:block; text-align:right;}
.xwlb ul li .xwzi p a{ color:#209ee2; font-size:14px; transition:all 0.6s}
.xwlb ul li .xwzi p a:hover{ padding-right:10px; text-decoration:underline;transition:all 0.6s}

.xwlb ul li:hover { transform:translateY(-10px); transition:all 0.6s}

.xw2{ background:url(../images/bg4.jpg) center bottom no-repeat;background-attachment: fixed; background-attachment: fixed;  background-size:cover; padding:50px 0}

.xw2 .nbt{  color:#fff}
.xw2 .nbt em{  color:#fff}
.xw2 .nbt .nmore a{ color:#fff}


.xw3{ background:#f8f8f8; padding:50px 0;}


.hangye{ width:96%; margin:0 auto; max-width:1320px; padding-top:15px; padding-bottom:50px;}
.hangye .swiper-slide{ background:#fff;box-shadow: 0px 0px 20px rgba(195,195,195,0.75); }

.hangye .swiper-slide a{ display: flex;   justify-content: space-between;   align-items: center;}
.hangye .swiper-slide i{ display:block; width:40%; padding-bottom:30%; overflow:hidden; position:relative}
.hangye .swiper-slide  i img{ position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.6s}
.hangye .swiper-slide:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}


.hangye .swiper-slide .hyzi{ width:60%; padding:15px; box-sizing:border-box}
.hangye .swiper-slide .hyzi span{ font-size:12px; color:#878787}
.hangye .swiper-slide .hyzi h3{ display:block; margin:15px 0; height:60px; overflow:hidden; font-size:18px; color:#333333; line-height:30px;}

.hangye .swiper-slide:hover h3{ color:#dd2026}

.xw4{ background:url(../images/bg5.jpg) center  no-repeat;background-attachment: fixed; background-attachment: fixed;  background-size:cover; padding:50px 0}


@media only screen and (max-width:992px){
	.xw1{  padding:20px 0}
	.xw2{  padding:20px 0}
.xw3{  padding:20px 0;}
.xw4{  padding:20px 0}
	
	.xwlb ul { position:relative; margin:0 -10px}
.xwlb ul li{ float:left; width:33.333%; padding:0 10px; box-sizing:border-box; margin-bottom:20px;transition:all 0.6s}

.xwlb ul li .xwzi{ padding:10px; box-sizing:border-box }

.xwlb ul li .xwzi h3{ display:block; margin:10px 0; height:46px; overflow:hidden; font-size:14px; color:#333333; line-height:23px;}
.xwlb ul li .xwzi p a{  font-size:12px; }

.hangye .swiper-slide .hyzi h3{  margin:10px 0; height:46px;  font-size:14px; line-height:23px;}



}


@media only screen and (max-width:600px){
	
	.xwlb ul { position:relative; margin:0}
.xwlb ul li{ float:none; width:100%; padding:0;  margin-bottom:20px; }
.xwlb ul li .tou{display: flex;   justify-content: space-between;   align-items: center;box-shadow: 0px 0px 10px rgba(195,195,195,0.75);}
.xwlb ul li .tou i{ display:block; width:40%; padding-bottom:30%; overflow:hidden; position:relative}

.xwlb ul li .xwzi{ width:60%; padding:10px; box-sizing:border-box }


}






.hui{ background:#f8f8f8; padding:50px 0; }

.cpxq1{ width:96%; margin:0 auto; max-width:1260px; font-size:16px; color:#666; line-height:35px}

.cpxq2{ width:96%; margin:50px auto; max-width:1260px; box-sizing:border-box }


.xiangce{ padding-bottom:50px;}

.xiangce .swiper-slide{ border-bottom:#e1e1e1 1px solid;}


.xiangce .swiper-slide i{ display:block; width:100%; height:auto;}
.xiangce .swiper-slide i img{ width:100%; height:auto}


.cpyy{ width:96%; margin:0px auto; max-width:1300px; padding-bottom:50px}
.cpyy .swiper-slide{ width:100%; border-bottom:#e1e1e1 1px solid; padding-bottom:15px; position:relative;}

.cpyy .swiper-slide:after{ content:""; bottom:-1px; left:0; position:absolute; height:2px; width:0; background:#dd2026; transition:all 0.6s; z-index:2}
.cpyy .swiper-slide:hover:after{ width:100%;transition:all 0.6s}

.cpyy .swiper-slide i{ display:block; width:100%; height:auto;}

.cpyy .swiper-slide i img{ width:100%; height:auto}

.cpyy .swiper-slide h3{ display:block; margin:15px 0; font-size:20px; color:#333}

.cpyy .swiper-slide p{ display:block; margin-bottom:15px; font-size:14px; color:#666; line-height:25px; max-height:75px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden}

.cpyy .swiper-slide span{ color:#dd2026; font-size:14px;}


@media only screen and (max-width:992px){
	.hui{  padding:20px 0; }
	.cpxq1{  font-size:12px; line-height:23px}
.cpxq2{  margin:20px auto;  }

.cpyy .swiper-slide h3{  font-size:16px; }
.cpyy .swiper-slide p{ font-size:12px}

.cpyy .swiper-slide span{  font-size:12px;}

}

.lingyu{ width:96%; margin:60px auto; max-width:1260px;}
.lingyu ul { position:relative; margin:0 -30px;}
.lingyu ul li{ float:left; width:50%; padding:0 30px; box-sizing:border-box; margin-bottom:40px;}
.lingyu ul li .yyly{ width:100%; border-bottom:#e1e1e1 1px solid; padding-bottom:15px; position:relative;}


.lingyu ul li .yyly:after{ content:""; bottom:-1px; left:0; position:absolute; height:2px; width:0; background:#dd2026; transition:all 0.6s; z-index:2}
.lingyu ul li .yyly:hover:after{ width:100%;transition:all 0.6s}
.lingyu ul li .yyly i{ display:block; width:100%; height:auto; overflow:hidden}
.lingyu ul li .yyly i img{ width:100%; height:auto; transition:all 0.6s}
.lingyu ul li:hover .yyly  i img{ transform:scale(1.1,1.1); transition:all 0.6s}

.lingyu ul li .yyly h3{ display:block; margin:15px 0; font-size:20px; color:#333}
.lingyu ul li .yyly p{ display:block; margin-bottom:15px; font-size:15px; color:#666; line-height:28px; max-height:75px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}
.lingyu ul li .yyly span{ color:#dd2026; font-size:14px;}


@media only screen and (max-width:992px){


.lingyu{  margin:20px auto; }
.lingyu ul { position:relative; margin:0 -10px;}
.lingyu ul li{ float:left; width:50%; padding:0 10px; box-sizing:border-box; margin-bottom:20px;}
.lingyu ul li .yyly h3{  font-size:16px; margin:10px 0 5px }
.lingyu ul li .yyly p{ font-size:14px; line-height:26px}

.lingyu ul li .yyly span{  font-size:12px;}

}

@media only screen and (max-width:414px){
.lingyu ul { position:relative; margin:0;}
.lingyu ul li{ float:none; width:100%; padding:0; box-sizing:border-box; margin-bottom:20px;}


}

.tk_lj {width: 96%; margin: 60px auto 30px  ; height:auto; overflow: hidden; max-width:1260px  }
.tk_lj .zc { width:50%; float: left;}
.tk_lj .zc img { width: 100%; height: auto;}
.tk_lj .yc { width: 47%; float: right; }
.tk_lj ul li { width:100%; margin: 0% 0% 2.6% 0; float: left; border: 1px solid #ddd; padding:12px 20px;box-sizing:border-box }
.tk_lj ul li:nth-child(4n) { margin-right: 0;}
.tk_lj ul li h1 { font-size: 20px; font-weight: bold; height: 35px; color:#dd2026}
.tk_lj ul li p { font-size: 15px;  color: #555; line-height: 28px; }
.tk_lj ul li:hover {border: 1px solid #dd2026; box-shadow: 8px 8px 0px #dd2026;}
@media only screen and (max-width:992px) {
.tk_lj {width:96%; margin: 20px auto; }
.tk_lj .zc { width:100%; float: none;}
.tk_lj .yc { width: 100%; float: none; margin-top: 20px; }
.tk_lj ul li { width: 100%; margin:0 auto 15px; padding:15px}   
.tk_lj ul li h1 { font-size:16px; font-weight: bold; height: auto ; margin-bottom:10px ;}
.tk_lj ul li p { font-size: 14px;  color: #555; line-height: 26px; min-height: inherit}

}


.hf { width: 1260px; background: url(../images/hf.jpg) no-repeat center center; padding: 40px 0px; text-align: center; margin: 0px auto 60px;}
.hf .wz { font-size: 30px; font-weight: bold; color: #ffffff;}
@media only screen and (max-width:1260px) {
.hf { width:90%;} 	
}
@media only screen and (max-width:992px) {
.hf { width:94%; margin:0 auto 20px} 
.hf .wz { font-size: 18px; font-weight: bold; color: #ffffff;}
}


.nmain{ width:96%; max-width:1260px; margin:60px auto;}
.nmain .lx_wm {
  box-shadow: 0 0 20px #ddd; height:auto; overflow:hidden; margin-bottom:20px
}
.nlx1{ float:left; width:50%; padding:30px 50px;box-sizing:border-box }

.nlx1 h1{ display:block; color:#f69f08; font-size:35px;}
.nlx1 h2{ display:block; color:#000; font-size:35px; padding:20px 0; border-bottom:#ddd 1px solid;}

.nlx1 span{ display:block; color:#424242; font-size:14px; line-height:25px; margin:20px 0 }

.nlx1 h3{ display:block; color:#000; font-size:20px; padding:20px 0; }

.nlx1 p{ display:block; margin-bottom:20px; font-size:16px; color:#333}
.nlx1 p i{ color:#dd2026; font-size:18px; padding-right:10px; width:25px}


.nlx2{ float:right; width:50%; background:#fafafa; padding:30px 50px;box-sizing:border-box }
.nlx2 span{ display:block;display:block; color:#6c757d; font-size:15px; font-weight:900; line-height:40px}
.nlx2 span em{ color:#F00; font-weight:normal; padding-left:2px}

.nlx3{ margin-top:30px}
.nlx3 img{ width:100%; height:auto}

.ban1{ width:32%; float:left; margin-right:2%; height:auto; overflow:hidden}
.ban2{ width:32%; float:right;height:auto; overflow:hidden}

.ban3 textarea {
    width: 100%;
    height: 66px;
    padding: 5px;
    border: 1px solid #e7e7e7;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}
.ban5{ display:block; text-align:center}
.tijiao{ background:#dd2026; width:190px; line-height:45px; text-align:center; color:#fff; font-size:16px; margin-top:15px; border-radius:5px; cursor:pointer;transition:all 0.6s; border:0 }
.tijiao:hover{ background:#f69f08; transition:all 0.6s}
.tj1{ border:#e0e0e0 1px solid; width:100%;box-sizing:border-box ; padding:0 10px; box-sizing:border-box; line-height:50px; height:50px; border-radius:5px; }
.xz{ border:#e0e0e0 1px solid; width:15px;  box-sizing:border-box; line-height:15px; height:15px; border-radius:5px; margin-right:5px}

@media only screen and (max-width:1200px) {
.nlx1{ float:none; width:100%; padding:0 20px 20px;box-sizing:border-box }

.nlx1 h1{ font-size:25px;}
.nlx1 h2{ font-size:25px;}
.nlx1 span{  font-size:12px; line-height:23px; margin:20px 0 }
.nlx1 h3{ display:block; color:#000; font-size:16px; padding:20px 0; }

.nlx1 p{  font-size:14px; }
.nlx1 p i{  font-size:16px; padding-right:10px}

.nlx3{ margin-top:0px}


}


@media only screen and (max-width:768px) {
.nmain{ width:96%; max-width:1260px; margin:20px auto;}

.nlx1{ float:none; width:100%}
.nlx2{ float:none; width:100%; padding:20px}

.nlx1 h1{ font-size:20px;}
.nlx1 h2{ font-size:20px; padding:10px 0}
.nlx1 span{  font-size:12px; line-height:23px; margin:10px 0 }
.nlx1 h3{ display:block; color:#000; font-size:16px; padding:20px 0; }

.nlx1 p{  font-size:14px; }
.nlx1 p i{  font-size:14px; padding-right:10px}

.tijiao{ background:#dd2026; width:120px; line-height:35px; text-align:center; color:#fff; font-size:14px; margin-top:15px; border-radius:5px; cursor:pointer;transition:all 0.6s; border:0 }

}


.zhaopin{ width:96%; margin:60px auto; max-width:1260px}		   

.zpbt{ padding-left:100px; background:#dd2026; color:#fff; font-size:16px; overflow:hidden; line-height:50px;}
.zp1{float:left; width:calc(100% - 480px)  }
.zp2{ float:left;width:240px; text-align:center}
.zp3{float:right; width:240px; text-align:center}

.zpbt p{ display:block; float:left;}

.zp3 a{ display:block; color:#666; font-size:14px; border:#e1e1e1 1px solid; width:120px; height:35px; line-height:35px; margin:0 auto; border-radius:5px; transition:all 0.6s}
.zp3 a:hover{ background:#dd2026; color:#fff;transition:all 0.6s}


.zhaopin .conbox .conTop {display: block;
    padding: 0;
    font-size: 16px;
    color: #333;
    border: none;
    margin: 0;
    position: relative;
	border-bottom:#e1e1e1 1px solid;
	cursor:pointer;

	
	padding:15px 0;
	padding-left:100px;
	 font-weight:bold;
	 overflow:hidden;
	 line-height:35px
	}

.zhaopin .conbox .conTop:before{ content: "\f107";font-family: 'FontAwesome';
		    width: 40px;
		    height: 40px;
			line-height:40px;
		    text-align: center;
		   	 position: absolute;
		    top: 50%;
		    left: 0px;
		    transform: translateY(-50%);
		    transition: all 0.5s ease 0s;
			background:#fff;
			color:#dd2026;
			border:#dd2026 1px solid;
			box-sizing:border-box
			
			}
			
.zhaopin .conbox.cur .conTop:before{ content: "\f105";font-family: 'FontAwesome';
		    width: 40px;
		    height: 40px;
			line-height:40px;
		    text-align: center;
		   	 position: absolute;
		    top: 50%;
		    left: 0px;
		    transform: translateY(-50%);
		    transition: all 0.5s ease 0s;
			background:#dd2026;
			color:#fff;
			border:0
			 }


.zplx{ border-top:#eee 1px solid; font-size:12px; padding-top:15px; margin-top:15px;}
.zplx a{ color:#dd2026}
.zhaopin .conbox .boxBot {display: none;padding: 0px; font-size:14px; line-height:30px; color:#666; background:#f8f8f8; padding:30px; box-sizing:border-box}
.zhaopin .conbox.cur .conTop{ border:0}
.zhaopin .conbox.cur .boxBot {display: block;}

.gwzz { overflow:hidden}
.gwzz ul li{ float:left; width:48%; margin-right:4%;}
.gwzz ul li:nth-child(2n){margin-right:0;}
.gwzz ul li h3{ font-weight:bold; font-size:16px; color:#333; margin-bottom:10px}

@media only screen and (max-width:992px){
.zpbt{ font-size:14px; padding-left:30px;}

.zp1{float:left; width:calc(100% - 200px);font-size:12px  }
.zp2{ float:left;width:100px; text-align:center;font-size:12px}
.zp3{float:right; width:100px; text-align:center; font-size:12px}

.zhaopin .conbox .conTop{  font-size:14px; padding:10px 0;padding-left:30px; line-height:25px}
	
.zp3 a{  font-size:12px;  width:70px; height:25px; line-height:25px; }

.gwzz ul li{ float:none; width:100%; margin-right:0; margin-bottom:15px}
.gwzz ul li h3{ font-weight:bold; font-size:14px; color:#333; margin-bottom:10px}
.gwzz ul li p{ font-size:12px; line-height:20px;}
.zhaopin { margin:20px auto}
.zhaopin .conbox .boxBot{ padding:10px;}
	
	
.zhaopin .conbox .conTop:before{ 
		    width: 20px;
		    height: 20px;
			line-height:20px;
			font-size:12px
		   
			
			}
			
.zhaopin .conbox.cur .conTop:before{ 
		    width: 20px;
		    height: 20px;
			line-height:20px;
			font-size:12px
		  
			 }
	
	
	
	
	
	
	
	
}









@media only screen and (max-width:992px){

.lx1{ margin:20px auto;}
.lx2{ margin:20px auto;}
.lx3{ margin:20px auto;}

.lxfs h3{  font-size:20px; }
.lx3 h3{ font-size:20px; }


.lxfs p{  font-size:12px; margin-bottom:10px}

#dituContent{ width:100%; height:200px}

.lx3 ul li span{  font-size:14px; }

.lxfs img{  height:12px; width:auto; padding-right:2px}


}


@media only screen and (max-width:500px){
	
	.lxfs h3{  font-size:16px; }
.lx3 h3{ font-size:16px; }

.eweima{ width:100px; border:#ccc 1px solid; text-align:center; padding-bottom:10px; font-size:12px; color:#666}
.eweima img{ width:100%; height:auto; padding:5px; box-sizing:border-box}

	#dituContent{ width:100%; height:160px}
}


.yingyong{ position:relative;}
.yingyong:after{ content:""; position:absolute; background:#f9faff ; height:calc(100% - 50px) ; z-index:0; width:50%; padding-left:50px; top:0; left:0;}
.yingyong .swiper-slide{  display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse; position:relative; z-index:1}
.yingyong .swiper-slide .yypic{ width:50%; margin-top:40px;}
.yingyong .swiper-slide .yypic img{ width:100%; height:auto;border-top-left-radius:80px ;}
.yingyong .swiper-slide .yyzi{ width:32%; margin:0 0 0 14.5%; border-left:#dd2026 1px solid; padding:0 0 0 3%; box-sizing:border-box}
.yingyong .swiper-slide .yyzi h3{ font-size:25px; color:#dd2026; font-weight:normal}
.yingyong .swiper-slide .yyzi  p{ display:block; margin:20px auto 30px; font-size:16px; line-height:40px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden}
.yingyong .swiper-pagination{ text-align:left; padding-left:14.5%;}
.yingyong .swiper-pagination-bullet{ width:12px; height:12px}
.yingyong .swiper-pagination-bullet-active{ background:#dd2026}
@media only screen and (max-width:1400px){
.yingyong .swiper-slide .yyzi h3{ font-size:30px; }
.yingyong .swiper-slide .yyzi  p{ font-size:14px; line-height:30px;}
}
@media only screen and (max-width:1200px){
.yingyong .swiper-slide .yyzi h3{ font-size:25px; }
}
@media only screen and (max-width:992px){
.yingyong:after{ content:""; position:absolute; background:#f8f8f8; height:100%; z-index:0; width:100%; padding-left:0px; top:0; left:0}
.yingyong { padding-bottom:50px}
.yingyong .swiper-slide{ display:block; }
.yingyong .swiper-slide .yypic{ width:90%; margin:20px auto;}
.yingyong .swiper-slide .yyzi{ width:90%; margin:0 5%; border-left:#dd2026 1px solid; padding:0 5%; box-sizing:border-box}
.yingyong .swiper-slide .yyzi h3{ font-size:18px; }
.yingyong .swiper-slide .yyzi  p{ font-size:12px; line-height:23px; margin:10px 0}
.yingyong .swiper-pagination-bullet{ width:8px; height:8px}
	
}

.cplb { height:auto;  margin:0 auto; width:96%; max-width:1260px}
.cplb li{ float:left; width:32%; margin-right:2%;box-shadow: 0 5px 15px #eee ; background:#fff;box-sizing:border-box  }
.cplb li .tp{ width:90%; margin:10px auto; overflow:hidden }
.cplb li .tp img{ width:100%;transition:all 0.6s}
.cplb li .tp:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}
.cplb ul li:nth-child(3n){margin-right:0; }
.cplb li .wz{ padding:0 20px 20px}
.cplb li .wz h1{ font-size:16px; font-weight:bold; margin-bottom:10px;  white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.cplb li .wz p{overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2; font-size:14px; line-height:26px;  color:#999}
.cplb span a{ display:block; border:#dd2026 1px solid; width:130px; color:#dd2026; line-height:32px;  text-align:center; font-size:14px; transition:all 0.6s; margin-top:20px;border-radius:5px;}
.cplb span a:hover{ background:#dd2026; transition:all 0.6s; color:#fff}


.sy_hz{width:100%;   padding:0 0 70px; overflow:hidden; background:#f9faff }
.sy_hz .container{width: 96%;
margin: 0 auto;
max-width: 1260px;
height: auto;
overflow: hidden;}
.sy_hz li{ float:left; width:11.625%; margin-right:1%; margin-bottom:1%}
.sy_hz li img{ width:100%}
.sy_hz li:nth-child(8n){margin-right:0; }
@media only screen and (max-width:992px){
.sy_hz{padding:0 0 20px;}
.sy_hz li{ float:left; width:24.25%; margin-right:1%; margin-bottom:1%}
.sy_hz li img{ width:100%}
.sy_hz li:nth-child(4n){margin-right:0; }
}

.sy1{ background:#f9faff; padding:0 0 67px; height:auto; overflow:hidden}

#lib_Tab1{width:96%;margin:0px auto; max-width:1260px; padding:0px; }

.lib_Menubox {position:relative; margin-top:15px; height:100px;}
.lib_Menubox ul{margin:0px;padding:0px;list-style:none; position:absolute; width:100%; text-align:center;}
.lib_Menubox li{display:inline-block;cursor:pointer;width:14%;color:#232330; padding-top:15px; padding-bottom:30px;  font-size:16px; position:relative;}
.lib_Menubox li.hover{padding:0px;width:14%;color:#fff; padding-top:15px;padding-bottom:30px;position:relative;}
.lib_Menubox li span{ background:#2d0f0f; color:#fff   ; height:40px;border-radius:5px; display:block; width:170px; margin:0 auto; line-height:38px}
.lib_Menubox li.hover span{ background:#dd2026; }
.lib_Contentbox{clear:both;margin-top:0px; border-top:none;height:auto;  background:#fff; }

.lib_Menubox li em{ display:block; font-size:12px; font-style:normal}

.lib_Menubox li.hover:after{ content:""; position:absolute; bottom:0; width:2px; height:25px; background:#dd2026; left:50%; transform:translateX(-50%)}
.lib_Menubox li.hover:before{ content:""; position:absolute; top:0; width:8px; height:8px; border-radius:5px; background:#dd2026; left:50%; transform:translateX(-50%)}


.ppic{ width:50%; padding-bottom:30%; position:relative; overflow:hidden}
.ppic img{ position:absolute; width:100%; height:auto; min-height:100%; left:0; top:0; transition:all 0.6s}
.ppic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}
.ppzi{ width:50%; padding:20px 50px; box-sizing:border-box}
.cpzs1{display: flex;   justify-content: space-between;   align-items: center; position:relative}

.cpzs1 .ppzi h1{ position:absolute; right:10px; bottom:0; font-size:120px; color:rgba(102,102,102,0.1)}
.cpzs1 .ppzi h2{ display:block; font-size:14px; line-height:33px; color:#666; margin:20px 0; font-weight:normal}
.cpzs1 .ppzi h3{ display:block; font-size:20px; color:#dd2026}
.cpzs1 .ppzi p{ display:block; font-size:20px; color:#ddd; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif }

.cpzs1 .ppzi  em{ display:block; width:60px; height:2px; background:#eee; margin-top:20px}

.cpzs1 .ppzi span a{ display:block; width:120px; line-height:40px;  color:#666; margin-top:40px;transition:all 0.6s; font-size:14px; display: flex;     align-items: center; transition:all 0.6s  }
.cpzs1 .ppzi span a i{ display:block;  background:#dd2026; color:#fff; font-size:12px;width:26px; line-height:26px; border-radius:50%; text-align:center; transform:translateX(5px); transition:all 0.6s}
.cpzs1 .ppzi span a:hover i{ transform:translateX(15px); transition:all 0.6s; font-size:12px}
.cpzs1 .ppzi span a:hover { color:#dd2026}


@media only screen and (max-width:1400px){
.cpzs1 .ppzi h3{ font-size:23px}	
.cpzs1 .ppzi h1{ font-size:80px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 20px 0;
   
}

.cpzs1 .ppzi span a i{  width:23px; line-height:23px;}
	

}


@media only screen and (max-width:992px){
.sy1{  padding:0 0 20px;}


.lib_Menubox {position:relative; margin-top:15px; height:80px;}

.lib_Menubox li{width:23%; padding-top:15px; padding-bottom:15px;  font-size:12px; }
.lib_Menubox li span{  height:31px;border-radius:5px; display:block; width:80px; margin:0 auto; line-height:31px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

.lib_Menubox li.hover{width:23%;; padding-top:15px;padding-bottom:15px;}

.lib_Menubox li.hover:after{ width:2px; height:10px; }


.cpzs1{ display:block}


.ppic{ width:100%; padding-bottom:50%; position:relative; overflow:hidden}
.ppzi{ width:100%; padding:15px; box-sizing:border-box}

.cpzs1 .ppzi h3{ font-size:18px}	
.cpzs1 .ppzi h1{ font-size:40px; bottom:10px}
.cpzs1 .ppzi h2 {

    font-size: 14px;
    line-height: 25px;
     margin: 10px 0 0;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:5;
   
}


}
.section {width: 100%;margin: 0 auto;max-width: 1260px; padding:0 0 67px}

.in-prod-menu {text-align: center;font-size: 0;margin-bottom: 20px;}
.in-prod-menu li {display: inline-block;vertical-align: middle;}
.in-prod-menu li a {display: block;margin: 0 15px 10px;font-size: 16px;line-height: 38px;position: relative;border: #dd2026 1px solid;width: 175px;border-radius: 5px;}
.in-prod-menu li.on a{color: #fff;background: #dd2026;}
.in-prod-menu li a:before {left: 33px;}
.in-prod-menu li a:after {right: 33px;}
.in-prod-menu li.active a {color: #fff;background: #dd2026;border: #dd2026 1px solid;}
.in-prod-menu li.active a:before,.in-prod-menu li.active a:after {display: block;}

.list-1 {margin: -20px 0 0 -20px;}
.list-1 li {float: left;width: 33.33%;}
.list-1 li a {display: block;margin: 20px 0 0 20px;}
.list-1 li .img-cover {border: 1px solid #eee; text-align:center }
.list-1 li .img-cover img{ width:95%; margin:0 auto;transition:all 0.6s}
.list-1 li .img-cover:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}
.list-1 li .text {line-height: 50px;background-color: #f2f2f2;text-align: center;margin: 2px 0 0;position: relative;}
.list-1 li .text:before {content: '';position: absolute;left: 50%;width: 0;height: 100%;background-color: #dd2026;transition: all 0.5s;}
.list-1 li .text p {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 1;transition: all 0.5s; font-weight:600; font-size:15px}
.list-1 li a:hover .img-cover span {transform: scale(1.1);}
.list-1 li a:hover .text:before {width: 100%;left: 0;}
.list-1 li a:hover .text p {color: #fff;}

.list-1-1 li {width: 33.333333%;}

@media only screen and (max-width:992px){
.section {width: 100%;margin: 0 auto;max-width: 1260px; padding:0 0 20px}
.in-prod-menu {text-align: center;font-size: 0;margin-bottom: 15px;}
.in-prod-menu li a {display: block;margin: 0 2px 10px;font-size: 12px;line-height: 33px;position: relative;border: #dd2026 1px solid;width: 115px;border-radius: 5px;}
.list-1 {margin: -10px 10px 0 0px;}
.list-1 li {float: left;width: 50%;}
.list-1 li a {display: block;margin: 10px 0 0 10px;}
.list-1 li .text {line-height: 40px;background-color: #f2f2f2;text-align: center;margin: 2px 0 0;position: relative;}
.list-1 li .text p {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;z-index: 1;transition: all 0.5s; font-weight:300; font-size:12px; padding:0 10px}
}


.ny_xww { width:96%; margin: 20px auto 60px; max-width:1260px}
.ny_xww ul li { border-bottom: 1px solid #ddd; padding: 40px 0px;}
.ny_xww .rq { width: 13%; float: left;}
.ny_xww .rq h1 { font-weight: bold; font-size: 40px;}
.ny_xww .rq p { font-size: 24px; padding: 10px 0px 0px 5px;}
.ny_xww .tp { width: 25%; float: left; overflow: hidden;}
.ny_xww .tp img { width: 100%; height: auto;}
.ny_xww ul li:hover .tp img {transform:scale(1.1);  transition: all 0.5s; }
.ny_xww .wz { width: 58%; float: right;}
.ny_xww .wz h2 { font-size: 20px; font-weight: 800; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xww .wz p { line-height: 28px; font-size:14px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3; min-height:110px}
.ny_xww .wz .gd { background:#dd2026; width:120px; text-align:center; color:#fff; line-height:30px; height:30px;   font-size:12px;}
.ny_xww .wz .gd a{ color:#fff}
.ny_xww .wz .gd i{ padding-left:5px;transition:all 0.6s; font-size:10px}
.ny_xww .wz .gd:hover{ background:#f69f08;transition:all 0.6s}
.ny_xww .wz .gd:hover i{ padding-left:10px; text-align:right; transition:all 0.6s}

@media only screen and (max-width:1260px){
.ny_xww { width: 90%; margin: 30px auto 60px auto;}    
}
@media only screen and (max-width:992px){
.ny_xww { width: 94%; margin: 0 auto ;}
.ny_xww ul li {  padding: 20px 0px;}
.ny_xww .rq { display: none;}
.ny_xww .tp { width: 100%; float: none;}
.ny_xww .wz { width: 100%; float: none;}
.ny_xww .wz h2 { font-size: 16px; font-weight: 800; line-height: 30px; padding:10px 0 0; }
.ny_xww .wz p { line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;min-height: inherit ; margin-bottom:10px }	
}
.paging{width:100%; margin:50px auto ; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:32px; height:32px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#dd2026; border:1px solid #dd2026; color:#fff;}
.paging a.on{background-color:#dd2026; border:1px solid #dd2026; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}


.hui2{ background:#f7f7f7; height:auto; overflow:hidden}


.cpxq1{ width:96%; margin:0 auto; max-width:1260px; background:#fff; margin-top:50px; padding:30px; box-sizing:border-box}



.wrapper {
	position:relative;
	width:550px;
	height:450px;
	float:left;
	position:relative
}
.gotop {
	cursor:pointer;
	display:block;
	width:100%;
	margin:0 auto 10px;
	text-align:center;
}
.gobottom {
	cursor:pointer;
	display:block;
	width:100%;
	margin:10px auto 0;
	text-align:center;
}
.wrapper .smallBox {
	height:450px;
	width:80px;
	float:left;
}
.wrapper .smallBox li {
	width:80px;
	height:80px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	margin-bottom:10px;
	cursor:pointer;
	text-align:center;
	position:relative;
	overflow:hidden
	
}

.wrapper .smallBox li img {
	cursor:pointer;
	display:block;
	width:auto;	
	height:100%;
	box-sizing:border-box;
	 margin:0 auto;
	 position:absolute;
	 left:50%; top:50%;
	 transform:translate(-50%,-50%);

}
.wrapper .smallBox li.hover {
	border:1px solid #dd2026;
}
.wrapper #Box {
	height:450px;
	width:450px;
	position:relative;
	border:1px solid #ccc;
	float:right;
	cursor:crosshair;
}
.wrapper #bigBox {
	height:450px !important;
	width:450px !important;
	position:absolute;
	top:0px;
	left:550px;
	overflow:hidden;
	display:none;
	border:1px solid gray;
	background:#fff
}
.wrapper #bigBox img {
	max-width:inherit;
}
#Box img {
	position:absolute;
	left:50%; top:50%;
	 transform:translate(-50%,-50%);
	 max-width:100%; max-height:100%

		
}
#Box #lay {
	background:#fff;
	border:1px solid gray;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5;
	display:none;
	filter:alpha(opacity=50);
}
.box_wrapper {
	height:270px;
	overflow:hidden;
	position:relative
}
.box_wrapper ul {
	margin:0;
	position:relative;
	transition:all 0.8s ease-in-out;
}

.smallBox i{ display:block; width:100%; background:#eee}



.cpxx{ width:calc(100% - 600px); float:right }
.cpxx h3{ font-size:20px; color:#333333; font-weight:normal; display:block;  line-height:30px; margin:30px 0; font-weight:bold}
.cpxx p{ display:block; margin-bottom:20px; font-size:16px; line-height:30px; color:#666}
.cpxx span{ background:#dd2026; width:120px; line-height:36px; text-align:center; display:block;border-radius:5px}
.cpxx span a{ display:block;    font-size:16px; color:#fff; margin-top:30px}



.bai{ background:#fff;}




#container {margin: 0 auto;	width: 100%;}
#container .section { background:#fff; margin-bottom:20px;padding: 0px; padding-bottom:20px;}


.section-wrapper {margin-top: -160px;padding-top: 160px;}

.maodian.on{ position:fixed; top:100px; width:94%; max-width:1400px; left:50%; transform:translateX(-50%)}
.maodian.on #nav{  width:calc(100% - 440px); border-bottom:#eee 1px solid; box-sizing:border-box }

#nav {background: #fff;  list-style: none;overflow: hidden; display: flex;   justify-content: space-between; padding:0 50px; box-sizing:border-box;}
#nav li {display: inline-block;	margin-bottom: 0;}
#nav a {display: block;padding: 0; line-height:60px; font-size:16px; color:#666; position:relative}
#nav a:hover {background: none;	color: #dd2026; }

#nav .current a {background: #fff;color: #dd2026;font-weight:bold;position:relative}
#nav .current a:after{ content:""; position:absolute; width:100%; height:3px; background:#dd2026; left:0; bottom:0}


.xqbt{ border-bottom:#f4f4f4 1px solid; padding:15px 20px; box-sizing:border-box}
.xqbt h3{ display:block; color:#333333; font-size:20px; border-left:#dd2026 6px solid; padding-left:10px;}

.wzjs{ font-size:16px; line-height:36px; color:#666; margin:30px; }
.wzjs img{ max-width:100%; height:auto}



.nlf{ width:100% }

.canshu{ font-size:14px; line-height:25px; color:#222; padding:30px; box-sizing:border-box }
.canshu td{ background:#f9f9f9; padding:10px; border:#fff 2px solid; box-sizing:border-box; font-weight:bold}

.canshu td:nth-child(2n){ background:#e9ebe1; font-weight:normal;}






.xqbt2{ text-align:center; padding:35px 0; font-size:20px; color:#333; font-weight:bold; }
.xqbt2 em{ display:inline-block;}
.tscp{ width:96%; margin:0 auto; overflow:hidden}
.tscp ul li{ border:#f0f0f0 1px solid; margin:0 auto; max-width:300px; width:100%; position:relative; margin-bottom:20px; overflow:hidden; padding-bottom:20px; box-sizing:border-box}
.tscp ul li i{ display:block; width:100%; padding-bottom:100%; position:relative; overflow:hidden}
.tscp ul li img{ position:absolute;   left:50%; top:50%; transform:translate(-50%,-50%); max-width:80%; max-height:80%}
.tscp ul li p{ display:block;  color:#222;    font-size:14px; text-align:center;  transition:all 0.6s}
.tscp ul li:hover { border:#dd2026 1px solid;}


@media only screen and (max-width:1270px){
.cpxx h3{ font-size:20px;  margin:20px 0}
.cpxx p{  font-size:14px; line-height:25px; }
	

}




@media only screen and (max-width:992px){
	.cpxq1{  margin-top:20px; padding:15px; box-sizing:border-box}

.wrapper { float:none; width:100%}
.wrapper #Box {
	
	width:calc(100% - 100px);

}


.cpxx {
    width: 100%;
    float: none;
	margin-top:15px
}



.nlf{ float:none; width:100%;}
.nrt{ float:none; width:100%; margin-top:20px}
	
.maodian.on #nav{  width:100%;  }
.maodian.on{ top:50px; width:100%}
#nav{ padding:0 15px}
.wzjs {margin: 15px; font-size:14px; line-height:26px}
.xqbt h3{ display:block; color:#333333; font-size:16px; border-left:#dd2026 6px solid; padding-left:10px;}

.canshu {
    font-size: 12px;
    line-height: 20px;
   
    padding: 15px;
    box-sizing: border-box;
}
.tscp ul{ overflow:hidden; padding-bottom:20px}
.tscp ul li{ float:left; width:48%; margin:1%; max-width:inherit; padding-bottom:5px}
.tscp ul li p{ font-size:12px; padding:0 10px;}
.xqbt2{ padding:20px 0}
}


@media only screen and (max-width:600px){
	
	.wrapper .smallBox {
	height:60px;
	width:100%;
	float:none;margin-top:10px
}
.wrapper{ height:300px;}

.wrapper #Box {
	height:230px;
	width:100%;

	float:none;
	cursor:crosshair;
}	

.wrapper .smallBox li {
	 display:inline-block; width:60px; height:60px; margin-right:8px
	
	
}

.cpxx h3{ font-size:16px;  margin:10px 0}
.cpxx p{  font-size:14px; line-height:26px; }

.cpxx span a{ display:block;    font-size:14px; margin-top:20px}

}



.hyyy ul{ position:relative; margin:0 -20px; overflow:hidden}
.hyyy ul li{ width:33.33%; padding:0 20px; box-sizing:border-box; margin-bottom:40px; float:left; }
.hyyy ul li .yypic{ display:block; width:100%; padding-bottom:70%; position:relative; overflow:hidden;background:#d12e2b}
.hyyy ul li .yypic:after{ content:""; position:absolute; width:calc(100% - 20px); height:calc(100% - 20px); box-sizing:border-box; border:#fff 1px solid; opacity:0; top:10px; left:10px; }
.hyyy ul li:hover .yypic:after{ opacity:1}
.hyyy ul li .yypic img{ position:absolute; width:100%; height:100%;object-fit: cover; transition:all 0.6s;}
.hyyy ul li:hover .yypic img{ transform:scale(1.1,1.1); transition:all 0.6s}
.hyyy ul li .yypic p{ display:block; position:absolute; z-index:1; width:100%; bottom:0; text-align:center; background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.8)); font-size:16px; color:#fff; padding:15px; box-sizing:border-box;transition:all 0.6s}


.hyyy ul li:hover  .yypic img{ opacity:0.2}

.hyyy ul li:hover  .yypic p{ font-size:18px; position:absolute; top:50%; bottom:auto;  transform:translateY(-50%); background:none; transition:all 0.6s}



@media only screen and (max-width:1400px){
	
.hyyy ul{  margin:0 -10px; }
.hyyy ul li{  padding:0 10px;  margin-bottom:20px;  }
	
}

@media only screen and (max-width:992px){
	
	.hyyy ul li{ width:50%}
	
	.hyyy ul li:hover  .yypic img{ opacity:1}

.hyyy ul li:hover  .yypic p{ transform:none; bottom:0; font-size:12px}
.hyyy ul li .yypic p{font-size:12px }
	.hyyy ul li:hover .yypic:after{ opacity:0}
	
	.hyyy ul{  margin:0 -5px; }
.hyyy ul li{  padding:0 5px;  margin-bottom:10px;  }
}



.nxw2 ul li{  display: flex;   justify-content: space-between; margin-bottom:30px;align-items: center; background:#fff; padding:15px; box-sizing:border-box;transition:all 0.6s; border:#eee 1px solid; box-sizing:border-box }
.nxw2 ul li:hover{  box-shadow: 0 0 45px rgba(0, 0, 0, .08);  transition:all 0.6s}

.nxwpic{ width:30%; padding-bottom:20%; position:relative; overflow:hidden; }
.nxwpic img{ position:absolute; width:100%; height:100%;object-fit: cover;  transition:all 0.6s}
.nxwpic a:hover img{transform:scale(1.1,1.1); transition:all 0.6s}


.nxwzi{ width:70%; padding-left:25px; padding-right:10px;  box-sizing:border-box; overflow:hidden}
.nxwzi h1{   color:#999; font-size:12px; font-weight:normal; margin-bottom:15px}

.nxwzi h3 a{ display:block; font-size:20px; color:#000; font-weight:normal}
.nxwzi p{ display:block;  font-size:14px; line-height:25px; margin:25px 0; color:#666; max-height:50px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}

.nxwzi span { display:block;  text-align:center }
.nxwzi span  a{ display:block; color:#fff;  font-size:12px; background:#dd2026;width:120px; line-height:35px; border-radius:50px; }
.nxwzi span  a:hover{ background:#ee3b36; color:#fff; }

.nxwzi span  a i{ display:inline-block; padding-left:5px;transition:all 0.6s}
.nxwzi span  a:hover i{ padding-left:15px; transition:all 0.6s}

@media only screen and (max-width:1200px){
	
	.nxwzi h1{   margin-bottom:10px}
	.nxwzi h3 a{  font-size:18px; }
	.nxwzi p{ margin:15px 0}

	
}


@media only screen and (max-width:992px){
	.nxw2 ul li{ padding:10px; margin-bottom:15px; padding-right:0}
	.nxwpic{ width:40%; padding-bottom:25%;  }
	
	.nxwzi{ width:60%; padding:10px}
	
	.nxwzi p{ display:none;}
	.nxwzi h3 a{  font-size:14px; }
	.nxwzi span  a{  line-height:25px; margin-top:10px; width:100px; font-size:12px }
}

.ngy1{ width:96%; margin:0 auto; max-width:1260px; padding:60px 0; overflow:hidden}


.ngy{ display: flex;   justify-content: space-between;   align-items: center; }
.gyzi{ width:65%;font-size:16px; line-height:36px; color:#444;text-align: justify;}

.gyzi h1{ font-size:20px; color:#dd2026; margin-bottom:10px}
.gypic{ width:32%}
.gypic img{ width:100%}






.ngy2{ background:#f8f8f8; padding:60px 0;}


#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#444; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background:#fff; box-sizing:border-box }
#mbCenter.mbLoading {  -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0;  line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat;padding:15px;  }


#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px;  line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:block;color:#666; font-weight:bold; line-height:20px; font-size:14px; text-align:center; text-align:center; width:100% }
#mbNumber { display:none; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { display:block; position:absolute; left:0px; top:50%; }
#mbPrevLink:before{font-family: 'FontAwesome'; content: "\f053";font-size:20px; background:rgba(51,51,51,0.3); color:#fff; padding:15px; padding-left:5px;   border-radius:0 50px 50px 0}
#mbNextLink { isplay:block; position:absolute; right:0px; top:50%; }
#mbNextLink:before{font-family: 'FontAwesome'; content: "\f054";font-size:20px; background:rgba(51,51,51,0.3); color:#fff;  padding:15px; padding-right:5px; border-radius:50px 0 0 50px}

#mbCloseLink { position:absolute; right:-5px; top:-5px; }
#mbCloseLink:before{ display:block; font-family: 'FontAwesome'; content: "\f00d"; font-size:12px; background:#000; color:#fff; width:30px; line-height:30px; border:#fff 2px solid;box-shadow: 0px 0px 10px rgba(0,0,0,0.65); text-align:center; border-radius:30px;}



#mbError { position:relative;  line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }


.mod_gallerylist{width:96%; margin:0 auto; max-width:1200px;  overflow:hidden}
.mod_gallerylist ul{margin:0 -15px; position:relative;}

.mod_gallerylist ul li{float:left; width:32%;  box-sizing:border-box; margin-bottom:25px; border: #eee 1px solid; margin-right:2%}
.mod_gallerylist ul li:nth-child(3n){margin-right:0; }
.mod_gallerylist ul li .image_container{ width:100%;  background:#fff; padding-bottom:70%; position:relative; box-sizing:border-box; overflow:hidden}
.mod_gallerylist ul li .image_container img{ position:absolute; max-width:90%; max-height:90%; top:50%; left:50%;  transform:translate(-50%,-50%);transition:all 0.6s}
.mod_gallerylist ul li .meta a{ display:block; text-align:center;color:#333; text-decoration:none; line-height:50px; font-size:14px}

.mod_gallerylist ul li:hover .image_container img{transform:translate(-50%,-50%) scale(1.1,1.1); transition:all 0.6s}

.mod_gallerylist ul li:hover .meta a{ background:#dd2026; color:#fff}





.ngy3{  padding:50px 0; overflow:hidden; }

.wenhua{ width:96%; margin:0 auto; max-width:1260px}
.wenhua ul li{ display: flex;   justify-content: space-between; position:relative; margin-bottom:20px;}
.wenhua ul li:nth-child(2n){flex-direction:row-reverse}
.wenhua ul li .whpic{ width:40%}
.wenhua ul li .whpic img{ width:100%; height:auto}
.wenhua ul li .whzi{ width:55%; padding:20px 0; padding-left:50px; box-sizing:border-box;}
.wenhua ul li .whzi h3{ display:block; font-size:24px; color:#dd2026; font-weight:550; margin-bottom:20px; margin-top:20px; padding-left:52px}
.wenhua ul li .whzi p{ display:block; font-size:15px; line-height:28px; margin:10px 0; color:#555; background:url(../images/dd.png) no-repeat  left 8px; padding-left:20px}
.wenhua ul li .whzi em{ position:absolute; width:60px; height:2px; background:#dd2026; left:50%; margin-left:50px; bottom:20px}
.wenhua ul li .whzi span{ display:block; font-size:16px; line-height:36px; margin:10px 0; color:#555; }

.wenhua ul li:nth-child(2n) em{ left:0; margin-left:0}
.wenhua ul li:nth-child(2n) .whzi{ padding-left:0; padding-right:50px;}

.fzlc{ background:url(../images/xx.png) no-repeat center; height:400px;width:96%; margin:0 auto; max-width:1260px}
.fzlc h1{ font-size:40px; color:#dd2026; text-align:center}
.fzlc span{font-size:30px; color:#dd2026; text-align:center; display:block}
.fzlc p{ font-size:20px; color:#333; text-align:center; padding-top:10px}
.lc1{ width:356px; float:left; margin-top:190px}
.lc2{ width:356px; float:left; margin-top:10px; margin-left:-140px}
.lc3{ width:356px; float:left; margin-top:190px;margin-left:-140px}
.lc4{ width:356px; float:left; margin-top:10px; margin-left:-100px}
.lc5{ width:300px; float:left; margin-top:230px;margin-left:-100px}


.ngy4{ width:96%; margin:50px  auto; max-width:1200px}

.huoban ul{  display: flex;     align-items: center;  flex-wrap:wrap}
.huoban ul  li{ width:25%; height:auto; border:#eee 1px solid; box-sizing:border-box; position:relative; transition:all 0.6s; text-align:center}
.huoban ul  li img{ width:100%; height:auto;}

.huoban ul  li:hover{box-shadow: 0px 0px 10px rgba(195,195,195,0.75); position:relative; z-index:2; cursor:pointer}


.huoban ul  li p{ display:block; width:100%; height:auto; text-align:center; color:#fff; position:absolute; left:0; top:0; z-index:9; top:50%; transform:translateY(-50%); font-size:16px; opacity:0; transition:all 0.6s }
.huoban ul  li:after{ content:""; position:absolute;background:rgba(2,90,162,0.8); left:0; top:0; width:100%; height:100%; z-index:1; opacity:0; transition:all 0.6s}


.huoban ul  li:hover p{ opacity:1; transition:all 0.6s}
.huoban ul  li:hover:after{ opacity:1; transition:all 0.6s}


@media only screen and (max-width:992px){
.ngy1{ padding:20px 0}
.ngy{ display:block}
.gyzi{ width:100%; font-size:14px; line-height:26px}
.gypic{ width:100%; margin-top:20px;}
.gypic ul li{ padding:15px}
.gypic ul li h3{ font-size:16px}
.ngy2{ padding:20px 0;}	
.mod_gallerylist ul{margin:0 -5px; position:relative;}
.mod_gallerylist ul li{float:left; width:50%; padding:0 5px; box-sizing:border-box; margin-bottom:10px;}
.ngy3{  padding:20px 0 0;}
.wenhua ul li{ display:block; margin-bottom:0px}
.wenhua ul li .whpic{ width:100%}
.wenhua ul li .whzi{ width:100%; padding:20px 0; padding-left:0px; }
.wenhua ul li .whzi img{ width:100px}
.wenhua ul li .whzi h3{ font-size:18px; margin-bottom:10px; padding-left:16px}
.wenhua ul li .whzi em{ position:static; left:0; margin-left:0px; bottom:0px; display:block}
.wenhua ul li .whzi span{ display:block; font-size:14px; line-height:26px; margin:5px 0; color:#555; }
.wenhua ul li:nth-child(2n) .whzi {padding-right: 0px;}
.ngy4{  margin:20px  auto; }
.fzlc{ background:none; height: auto;width:96%; margin:0 auto 20px; max-width:1260px}

.fzlc h1{ font-size:24px; color:#dd2026; text-align:left}
.fzlc span{font-size:20px; color:#dd2026; text-align:left; display:block}
.fzlc p{ font-size:16px; color:#333; text-align:left; padding-top:10px}
.lc1{ width:50%; float:left; margin-top:0; margin-bottom:20px}
.lc2{ width:50%; float:left; margin-top:0; margin-left:0px;margin-bottom:20px}
.lc3{ width:50%; float:left; margin-top:0;margin-left:0px;margin-bottom:20px}
.lc4{ width:50%; float:left; margin-top:0; margin-left:0px;margin-bottom:20px}
.lc5{ width:100%; float:none; margin-top:0;margin-left:0px}


}

@media only screen and (max-width:500px){
.huoban ul  li{ width:49%}
.gyzi h1{ font-size:18px; color:#dd2026; margin-bottom:10px}

}

.nnbt{ text-align:center; margin-bottom:50px}
.nnbt h3{ display:block; font-size:32px; color:#333; font-weight:normal; }
.nnbt p{ color:#999; font-size:18px; margin:5px 0}
.nnbt em{ display:block; width:30px; height:4px; background:#dd2026; margin:10px auto}


@media only screen and (max-width:992px){
.nnbt{ text-align:center; margin-bottom:20px}
.nnbt h3{  font-size:20px;  }
.nnbt p{  font-size:14px; }
}
.gsld{ width:96%; margin:0 auto; max-width:1260px; height:280px; overflow:hidden; background:url(../images/wh.png) no-repeat center}
.gsld .zb{ float:left; width:35%; text-align:right}
.gsld .yb{ float:right; width:35%; text-align:left }
.gsld h1{ font-size:20px; color:#dd2026; margin-bottom:10px}
.gsld p{ font-size:16px; line-height:36px; color:#333}
.sm{ margin-top:30px}
.xm{ margin-top:80px}
@media only screen and (max-width:992px){
.gsld{ width:96%; margin:0 auto; max-width:1260px; height:590px; overflow:hidden; background:url(../images/wh.png) no-repeat center}

.gsld .zb{ float:none; width:100%; text-align:left}
.gsld .yb{ float:none; width:100%; margin-top:300px }
.sm{ margin-top:10px}
.xm{ margin-top:10px}
.gsld h1{ font-size:18px; color:#dd2026; margin-bottom:5px}
.gsld p{ font-size:16px; line-height:36px; color:#333}

}